matrix_multiply_vector
Syntax:
matrix_multiply_vector(matrix, vector)
Arguments:
Argument Name | Type | Description |
---|---|---|
matrix | matrix | matrix to multiply the vector by |
vector | vector | vector to multiply |
Returns: (vector)
Description:
Loading page...
Syntax:
matrix_multiply_vector(matrix, vector)
Arguments:
Argument Name | Type | Description |
---|---|---|
matrix | matrix | matrix to multiply the vector by |
vector | vector | vector to multiply |
Returns: (vector)
Description:
Loading page...